home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
program
/
70
/
examples
/
examples.arc
/
BASIC.ST
< prev
next >
Wrap
Text File
|
1985-11-20
|
247b
|
14 lines
Class Main
[
main
88 print.
3.14159 print.
'this is it' print.
#(this is also it) print.
88 respondsTo: #+ ; print.
Object respondsTo.
smalltalk at: 3 put: #(22 17).
(smalltalk at: 3) print.
Smalltalk respondsTo.
]